home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Top Model
/
Virtual Top Model - Disc 1.iso
/
modulos
/
mod-2.dxr
/
Internal_38.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-01
|
264 b
|
15 lines
on exitFrame
set the visible of sprite 8 to (the timer mod 60) < 29
if the timer > 300 then
set the visible of sprite 8 to 1
go(the frame + 1)
else
go(the frame)
end if
end
on mouseUp
set the visible of sprite 8 to 1
go(the frame + 1)
end